x86: Use the shadow-code PT walker from the HAP functions
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 13 Nov 2008 13:03:16 +0000 (13:03 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 13 Nov 2008 13:03:16 +0000 (13:03 +0000)
commit49bd5ded4ed1d92696097e4c9d708049c33bddf6
treeafdd95355c1d9d0e52c42e7360146b31cf25ba05
parent8bbb3c689c7e7f53d0b8085208b12ffe5a610ba0
x86: Use the shadow-code PT walker from the HAP functions

Replace the guts of the HAP pagetable walker with a call to the
newly-commonified walker from the shadow code.  This reduces
duplication, and gives HAP guests proper access control and A/D-bit
setting for memory accesses from the emulator

Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>
xen/arch/x86/mm/hap/guest_walk.c
xen/arch/x86/mm/hap/private.h
xen/arch/x86/mm/page-guest32.h [deleted file]